Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move to the new DS #522

Merged
merged 43 commits into from
Dec 5, 2024
Merged

move to the new DS #522

merged 43 commits into from
Dec 5, 2024

Conversation

mck
Copy link
Collaborator

@mck mck commented Nov 14, 2024

Removing Box and stiches
cleaning up and preparing for the new ds

Copy link

changeset-bot bot commented Nov 14, 2024

🦋 Changeset detected

Latest commit: 731eb10

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@tokens-studio/graph-engine-nodes-design-tokens Patch
@tokens-studio/graph-editor Patch
@tokens-studio/graph-engine-ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

Failed to generate code suggestions for PR

@mck mck self-assigned this Nov 27, 2024
@mck mck marked this pull request as ready for review December 4, 2024 12:21
* fixed centering of EmptyStateEditor (#1612)

* added changeset
borderRadius: '$medium',
background: '$gray2'
<div
style={{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be a class too then

package.json Outdated Show resolved Hide resolved
children,
className,
}: {
children: React.ReactNode;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be based on React.DivElements

@@ -34,21 +34,10 @@ export function ColorPickerPopover({
<InputPopover
defaultOpen={defaultOpen}
trigger={
<Box
<Button
as="button"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably don't need as button anymore

<Stack
align="center"
gap={2}
style={{ color: 'var(--color-neutral-canvas-default-fg-subtle)' }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could make a class here too

background: '$bgCanvas',
padding: '$3',
borderRadius: '$medium',
style={{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Class

@@ -166,7 +165,7 @@ export const CustomRender0: React.FC<{
}> = ({ action, index }) => {
return (
<Stack
css={{
style={{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can clean up all of these to be classes too

@SorsOps SorsOps merged commit 8e207c5 into master Dec 5, 2024
2 checks passed
@SorsOps SorsOps deleted the upgrade-ds branch December 5, 2024 10:56
@mck mck restored the upgrade-ds branch December 9, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants